tooltipwindow: Stop using the ::size-allocate signal
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 02:11:55 +0000 (22:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 18:27:45 +0000 (14:27 -0400)
commit64b673853b869f73dac5ad235f184e83d8db3c21
tree37c49e46cdd9e81a29810c079233daf2bf2b453d
parent3872da535fb116c938784922072e08c277237be3
tooltipwindow: Stop using the ::size-allocate signal

Instead of connecting to ::size-allocate, call
gtk_native_set_tooltip and rely on the native
to allocate the tooltip window.
gtk/gtktooltipwindow.c